QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=29.42..53.29 rows=19 width=37)
Recheck Cond: (id = ANY ('{1376,593,592,1558,104,1565,1033,103,1566,749,744,377,1449,1567,1568,572,577,1232,748}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..29.41 rows=19 width=0)
Index Cond: (id = ANY ('{1376,593,592,1558,104,1565,1033,103,1566,749,744,377,1449,1567,1568,572,577,1232,748}'::integer[]))