QUERY PLAN
GroupAggregate (cost=514.41..515.01 rows=30 width=36)
Group Key: project_id
-> Sort (cost=514.41..514.49 rows=30 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=30 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4056,4048,3684,3822,3446,4003,4073,3945,3834,4031}'::integer[])))