QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=29.13..52.40 rows=18 width=37)
Recheck Cond: (id = ANY ('{1359,607,999,618,784,31,1243,1603,1605,1608,1610,1604,315,801,615,666,1012,1047}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..29.13 rows=18 width=0)
Index Cond: (id = ANY ('{1359,607,999,618,784,31,1243,1603,1605,1608,1610,1604,315,801,615,666,1012,1047}'::integer[]))