QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=42.84..88.84 rows=38 width=142)
Recheck Cond: (id = ANY ('{965,968,2034,2035,1755,1307,1756,941,1914,1958,1959,1547,1589,1221,1592,1591,1598,1599,1597,2042,2043,2044,2045,2046,2047,2048,1873,942,1376,1663,1664,922,1077,1939,2033,2049,2069,2068}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..42.83 rows=38 width=0)
Index Cond: (id = ANY ('{965,968,2034,2035,1755,1307,1756,941,1914,1958,1959,1547,1589,1221,1592,1591,1598,1599,1597,2042,2043,2044,2045,2046,2047,2048,1873,942,1376,1663,1664,922,1077,1939,2033,2049,2069,2068}'::integer[]))