QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=33.13..57.64 rows=18 width=37)
Recheck Cond: (id = ANY ('{1240,1401,1439,593,592,1663,1012,615,1665,1664,172,231,806,1277,1047,1253,1254,103}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..33.13 rows=18 width=0)
Index Cond: (id = ANY ('{1240,1401,1439,593,592,1663,1012,615,1665,1664,172,231,806,1277,1047,1253,1254,103}'::integer[]))