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