QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=33.99..59.89 rows=21 width=37)
Recheck Cond: (id = ANY ('{1630,42,1694,1632,1395,386,1359,743,1640,1243,103,104,607,31,315,666,741,1047,1691,1382,633}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..33.98 rows=21 width=0)
Index Cond: (id = ANY ('{1630,42,1694,1632,1395,386,1359,743,1640,1243,103,104,607,31,315,666,741,1047,1691,1382,633}'::integer[]))