QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=37.98..64.93 rows=35 width=37)
Recheck Cond: (id = ANY ('{1262,1319,1320,1438,1439,1413,1419,593,592,1459,1484,1486,1485,1487,1488,1489,1237,1490,975,1493,1494,1495,1496,1497,1498,1500,1058,165,842,552,606,666,804,985,1248}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..37.97 rows=35 width=0)
Index Cond: (id = ANY ('{1262,1319,1320,1438,1439,1413,1419,593,592,1459,1484,1486,1485,1487,1488,1489,1237,1490,975,1493,1494,1495,1496,1497,1498,1500,1058,165,842,552,606,666,804,985,1248}'::integer[]))