QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.17..58.14 rows=11 width=156)
Recheck Cond: (id = ANY ('{942,1372,149,714,936,1672,1562,2261,1584,1558,2262}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.16 rows=11 width=0)
Index Cond: (id = ANY ('{942,1372,149,714,936,1672,1562,2261,1584,1558,2262}'::integer[]))