QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=41.41..85.31 rows=33 width=142)
Recheck Cond: (id = ANY ('{915,468,997,998,999,1000,1001,953,1002,942,1225,1112,929,927,996,941,1207,637,934,1224,1227,817,893,1250,41,298,1376,734,421,816,289,1354,1355}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..41.41 rows=33 width=0)
Index Cond: (id = ANY ('{915,468,997,998,999,1000,1001,953,1002,942,1225,1112,929,927,996,941,1207,637,934,1224,1227,817,893,1250,41,298,1376,734,421,816,289,1354,1355}'::integer[]))