QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.85..70.80 rows=17 width=142)
Recheck Cond: (id = ANY ('{1492,1494,2000,1874,2009,2008,1191,1190,1639,1640,969,1973,994,1562,1923,1998,1104}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{1492,1494,2000,1874,2009,2008,1191,1190,1639,1640,969,1973,994,1562,1923,1998,1104}'::integer[]))