QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=32.56..57.47 rows=16 width=37)
Recheck Cond: (id = ANY ('{1630,42,1632,1417,1418,592,31,315,1020,666,743,739,1033,1769,1047,1730}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{1630,42,1632,1417,1418,592,31,315,1020,666,743,739,1033,1769,1047,1730}'::integer[]))