QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=42.93..94.88 rows=38 width=156)
Recheck Cond: (id = ANY ('{2042,1624,734,2171,1757,1148,941,1650,984,2108,2058,2056,2055,2059,2057,969,1973,994,1562,2230,2231,2232,851,2233,1340,1339,989,1558,1584,2262,849,2268,2177,1528,2269,2261,2263,2267}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..42.92 rows=38 width=0)
Index Cond: (id = ANY ('{2042,1624,734,2171,1757,1148,941,1650,984,2108,2058,2056,2055,2059,2057,969,1973,994,1562,2230,2231,2232,851,2233,1340,1339,989,1558,1584,2262,849,2268,2177,1528,2269,2261,2263,2267}'::integer[]))