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