QUERY PLAN
GroupAggregate (cost=439.95..439.99 rows=2 width=36)
Group Key: pre_sales_id
-> Sort (cost=439.95..439.95 rows=2 width=9)
Sort Key: pre_sales_id
-> Seq Scan on tbl_reimbursements (cost=0.00..439.94 rows=2 width=9)
Filter: ((pre_sales_id = ANY ('{1931,1932}'::integer[])) AND (status = ANY ('{1,2,3}'::integer[])))