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