QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=39.98..67.06 rows=42 width=37)
Recheck Cond: (id = ANY ('{1240,1262,1438,1439,1651,739,1414,1415,1653,350,1654,1443,523,1009,1600,1442,593,592,1024,1444,1470,1471,1484,1657,1465,1485,1658,1464,1466,1033,103,1467,712,104,1610,893,58,351,606,985,1052,743}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..39.97 rows=42 width=0)
Index Cond: (id = ANY ('{1240,1262,1438,1439,1651,739,1414,1415,1653,350,1654,1443,523,1009,1600,1442,593,592,1024,1444,1470,1471,1484,1657,1465,1485,1658,1464,1466,1033,103,1467,712,104,1610,893,58,351,606,985,1052,743}'::integer[]))