QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=35.70..63.06 rows=27 width=37)
Recheck Cond: (id = ANY ('{1627,1628,1629,1697,1642,1650,1641,1643,593,592,1462,1657,172,1673,231,1670,1672,1680,31,1671,716,1690,813,1277,1047,1616,1619}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..35.70 rows=27 width=0)
Index Cond: (id = ANY ('{1627,1628,1629,1697,1642,1650,1641,1643,593,592,1462,1657,172,1673,231,1670,1672,1680,31,1671,716,1690,813,1277,1047,1616,1619}'::integer[]))