QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=38.55..66.72 rows=37 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,1663,1664,1603,1605,1604,315,666,803,1047,739,1033,1613,741,1500,1382,801,103}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..38.55 rows=37 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,1663,1664,1603,1605,1604,315,666,803,1047,739,1033,1613,741,1500,1382,801,103}'::integer[]))