QUERY PLAN
GroupAggregate (cost=323.95..324.41 rows=23 width=36)
Group Key: project_id
-> Sort (cost=323.95..324.00 rows=23 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..323.43 rows=23 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3577,3874,3578,3507,3749,3623,3723,1352,3714,3144}'::integer[])))