QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.45..60.43 rows=12 width=156)
Recheck Cond: (id = ANY ('{2267,2266,2265,2269,2268,2177,1528,1584,2261,2262,1562,1558}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.45 rows=12 width=0)
Index Cond: (id = ANY ('{2267,2266,2265,2269,2268,2177,1528,1584,2261,2262,1562,1558}'::integer[]))