QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=39.12..67.50 rows=39 width=37)
Recheck Cond: (id = ANY ('{1630,42,1694,1632,1395,386,1359,1640,743,1244,1012,1243,615,1665,104,607,999,31,618,784,1583,1663,1664,1603,1605,1604,315,666,803,1047,739,1033,1613,716,741,1500,1382,801,103}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..39.12 rows=39 width=0)
Index Cond: (id = ANY ('{1630,42,1694,1632,1395,386,1359,1640,743,1244,1012,1243,615,1665,104,607,999,31,618,784,1583,1663,1664,1603,1605,1604,315,666,803,1047,739,1033,1613,716,741,1500,1382,801,103}'::integer[]))