QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.14..57.56 rows=11 width=151)
Recheck Cond: (id = ANY ('{2161,2162,2164,2165,1190,1191,2008,1624,1774,2166,947}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.13 rows=11 width=0)
Index Cond: (id = ANY ('{2161,2162,2164,2165,1190,1191,2008,1624,1774,2166,947}'::integer[]))