QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=26.28..43.55 rows=8 width=37)
Recheck Cond: (id = ANY ('{1724,1782,1769,1784,1785,1786,1244,1730}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..26.28 rows=8 width=0)
Index Cond: (id = ANY ('{1724,1782,1769,1784,1785,1786,1244,1730}'::integer[]))