QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=35.99..62.48 rows=28 width=37)
Recheck Cond: (id = ANY ('{1240,892,1610,172,1454,1625,1626,1630,42,1632,1395,386,1404,743,1438,1439,1640,1650,1243,103,592,1495,355,104,1572,741,1001,1621}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..35.98 rows=28 width=0)
Index Cond: (id = ANY ('{1240,892,1610,172,1454,1625,1626,1630,42,1632,1395,386,1404,743,1438,1439,1640,1650,1243,103,592,1495,355,104,1572,741,1001,1621}'::integer[]))