QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=32.56..57.47 rows=16 width=37)
Recheck Cond: (id = ANY ('{1149,1591,1223,912,1724,1778,739,743,1592,1779,1780,1222,551,1769,1344,1730}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{1149,1591,1223,912,1724,1778,739,743,1592,1779,1780,1222,551,1769,1344,1730}'::integer[]))