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