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