QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=31.42..52.75 rows=12 width=37)
Recheck Cond: (id = ANY ('{1441,1022,1513,1520,656,1516,1514,1515,1019,1517,1521,1519}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{1441,1022,1513,1520,656,1516,1514,1515,1019,1517,1521,1519}'::integer[]))