QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=33.70..59.53 rows=34 width=37)
Recheck Cond: (id = ANY ('{1437,593,592,1495,1551,1553,1555,1552,1554,1556,1581,1582,607,1584,889,848,1586,1599,1600,813,1601,1603,1605,1606,1607,627,1609,1608,1610,1604,47,596,803,1243}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..33.69 rows=34 width=0)
Index Cond: (id = ANY ('{1437,593,592,1495,1551,1553,1555,1552,1554,1556,1581,1582,607,1584,889,848,1586,1599,1600,813,1601,1603,1605,1606,1607,627,1609,1608,1610,1604,47,596,803,1243}'::integer[]))