QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=34.85..62.57 rows=24 width=37)
Recheck Cond: (id = ANY ('{1383,1386,1384,1387,1385,1388,1389,1390,1391,1701,1392,593,1702,592,564,1393,1394,338,1577,1578,1127,563,598,812}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..34.84 rows=24 width=0)
Index Cond: (id = ANY ('{1383,1386,1384,1387,1385,1388,1389,1390,1391,1701,1392,593,1702,592,564,1393,1394,338,1577,1578,1127,563,598,812}'::integer[]))