QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=31.14..52.79 rows=11 width=37)
Recheck Cond: (id = ANY ('{1758,607,802,803,1012,1759,1760,1004,1011,1244,1730}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..31.13 rows=11 width=0)
Index Cond: (id = ANY ('{1758,607,802,803,1012,1759,1760,1004,1011,1244,1730}'::integer[]))