QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=28.56..51.04 rows=16 width=37)
Recheck Cond: (id = ANY ('{1410,1411,1432,1431,1433,1434,1435,1436,592,1547,1548,1599,1600,534,904,1160}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..28.56 rows=16 width=0)
Index Cond: (id = ANY ('{1410,1411,1432,1431,1433,1434,1435,1436,592,1547,1548,1599,1600,534,904,1160}'::integer[]))