QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=26.85..47.19 rows=10 width=37)
Recheck Cond: (id = ANY ('{801,1012,525,1769,1781,1785,1786,1358,1344,1244}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..26.85 rows=10 width=0)
Index Cond: (id = ANY ('{801,1012,525,1769,1781,1785,1786,1358,1344,1244}'::integer[]))