QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.14..57.56 rows=11 width=151)
Recheck Cond: (id = ANY ('{2142,2141,2080,936,2078,2112,2040,2073,2074,1774,1624}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.13 rows=11 width=0)
Index Cond: (id = ANY ('{2142,2141,2080,936,2078,2112,2040,2073,2074,1774,1624}'::integer[]))