QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=33.71..59.55 rows=20 width=37)
Recheck Cond: (id = ANY ('{1694,172,1641,1697,693,1559,531,1374,593,1693,813,1692,1578,75,1047,1048,1691,1523,1382,633}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{1694,172,1641,1697,693,1559,531,1374,593,1693,813,1692,1578,75,1047,1048,1691,1523,1382,633}'::integer[]))