QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=27.71..49.23 rows=13 width=37)
Recheck Cond: (id = ANY ('{1240,1603,1605,1607,627,1609,1608,1610,1604,743,744,739,523}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..27.71 rows=13 width=0)
Index Cond: (id = ANY ('{1240,1603,1605,1607,627,1609,1608,1610,1604,743,744,739,523}'::integer[]))