QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=44.95..99.89 rows=45 width=156)
Recheck Cond: (id = ANY ('{962,963,964,965,966,967,968,942,941,40,466,178,937,933,938,1205,932,254,201,566,1226,429,983,984,971,986,985,987,988,989,991,992,993,196,792,384,955,995,825,594,974,851,1338,1339,1340}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..44.94 rows=45 width=0)
Index Cond: (id = ANY ('{962,963,964,965,966,967,968,942,941,40,466,178,937,933,938,1205,932,254,201,566,1226,429,983,984,971,986,985,987,988,989,991,992,993,196,792,384,955,995,825,594,974,851,1338,1339,1340}'::integer[]))