QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=37.13..63.96 rows=32 width=37)
Recheck Cond: (id = ANY ('{27,593,592,719,1272,274,852,903,1015,1006,1020,559,589,314,586,599,29,720,723,718,669,722,717,721,756,210,809,810,812,557,1026,1052}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..37.12 rows=32 width=0)
Index Cond: (id = ANY ('{27,593,592,719,1272,274,852,903,1015,1006,1020,559,589,314,586,599,29,720,723,718,669,722,717,721,756,210,809,810,812,557,1026,1052}'::integer[]))