QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=37.70..64.71 rows=34 width=37)
Recheck Cond: (id = ANY ('{1240,1383,1384,1438,1439,593,592,355,1569,61,1149,1033,103,743,1579,1580,1001,1581,1582,999,618,784,1584,889,1587,1588,1589,1583,813,1125,801,615,596,1012}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..37.69 rows=34 width=0)
Index Cond: (id = ANY ('{1240,1383,1384,1438,1439,593,592,355,1569,61,1149,1033,103,743,1579,1580,1001,1581,1582,999,618,784,1584,889,1587,1588,1589,1583,813,1125,801,615,596,1012}'::integer[]))