QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=30.88..57.82 rows=10 width=156)
Recheck Cond: (id = ANY ('{1558,1584,1562,2262,2269,1340,849,2268,1528,2261}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..30.88 rows=10 width=0)
Index Cond: (id = ANY ('{1558,1584,1562,2262,2269,1340,849,2268,1528,2261}'::integer[]))