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