QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=32.85..56.68 rows=17 width=37)
Recheck Cond: (id = ANY ('{1667,1669,231,1670,753,103,172,1671,1668,1666,615,1664,1665,1012,1663,1662,1661}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..32.84 rows=17 width=0)
Index Cond: (id = ANY ('{1667,1669,231,1670,753,103,172,1671,1668,1666,615,1664,1665,1012,1663,1662,1661}'::integer[]))