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