QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=35.74..66.62 rows=13 width=156)
Recheck Cond: (id = ANY ('{1942,2227,2226,2225,2041,1923,587,2228,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 ('{1942,2227,2226,2225,2041,1923,587,2228,2261,1372,2265,2263,2266}'::integer[]))