QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=22.00..38.79 rows=7 width=37)
Recheck Cond: (id = ANY ('{1395,386,743,1640,103,104,741}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..21.99 rows=7 width=0)
Index Cond: (id = ANY ('{1395,386,743,1640,103,104,741}'::integer[]))