QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=35.70..62.12 rows=27 width=37)
Recheck Cond: (id = ANY ('{1262,1334,783,1361,1362,1363,1364,1414,1415,1009,593,592,1024,1484,1485,1033,103,655,712,104,231,739,1598,1612,606,985,1052}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..35.70 rows=27 width=0)
Index Cond: (id = ANY ('{1262,1334,783,1361,1362,1363,1364,1414,1415,1009,593,592,1024,1484,1485,1033,103,655,712,104,231,739,1598,1612,606,985,1052}'::integer[]))