QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=34.85..61.75 rows=24 width=37)
Recheck Cond: (id = ANY ('{743,1721,748,1437,592,749,1022,1612,1722,1723,806,1720,618,1471,716,1240,741,1500,1382,801,784,1012,999,103}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..34.84 rows=24 width=0)
Index Cond: (id = ANY ('{743,1721,748,1437,592,749,1022,1612,1722,1723,806,1720,618,1471,716,1240,741,1500,1382,801,784,1012,999,103}'::integer[]))