QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=33.13..58.29 rows=18 width=37)
Recheck Cond: (id = ANY ('{743,1701,1702,593,1723,75,598,1047,716,1240,741,1500,1382,801,784,1012,999,103}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..33.13 rows=18 width=0)
Index Cond: (id = ANY ('{743,1701,1702,593,1723,75,598,1047,716,1240,741,1500,1382,801,784,1012,999,103}'::integer[]))