QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=35.70..63.06 rows=27 width=37)
Recheck Cond: (id = ANY ('{1630,42,1694,1632,1395,386,743,1640,1244,1243,103,1012,615,104,607,1665,31,1663,1664,315,666,741,803,1047,739,1691,1382}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..35.70 rows=27 width=0)
Index Cond: (id = ANY ('{1630,42,1694,1632,1395,386,743,1640,1244,1243,103,1012,615,104,607,1665,31,1663,1664,315,666,741,803,1047,739,1691,1382}'::integer[]))