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