QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=32.56..56.92 rows=16 width=37)
Recheck Cond: (id = ANY ('{172,1685,1683,1686,1684,1693,1692,1578,421,80,714,1047,1691,1523,1382,633}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{172,1685,1683,1686,1684,1693,1692,1578,421,80,714,1047,1691,1523,1382,633}'::integer[]))