QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=31.71..54.16 rows=13 width=37)
Recheck Cond: (id = ANY ('{29,1641,1697,693,1559,531,1374,813,75,1047,1048,1691,1382}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..31.71 rows=13 width=0)
Index Cond: (id = ANY ('{29,1641,1697,693,1559,531,1374,813,75,1047,1048,1691,1382}'::integer[]))