QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=35.74..66.62 rows=13 width=156)
Recheck Cond: (id = ANY ('{2253,2241,2242,2243,2244,2255,2256,941,2261,1372,2265,2263,2266}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..35.74 rows=13 width=0)
Index Cond: (id = ANY ('{2253,2241,2242,2243,2244,2255,2256,941,2261,1372,2265,2263,2266}'::integer[]))