QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=22.28..38.86 rows=8 width=37)
Recheck Cond: (id = ANY ('{1437,592,1495,1198,1596,1599,1600,1608}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..22.28 rows=8 width=0)
Index Cond: (id = ANY ('{1437,592,1495,1198,1596,1599,1600,1608}'::integer[]))