QUERY PLAN
GroupAggregate (cost=514.23..514.71 rows=24 width=36)
Group Key: project_id
-> Sort (cost=514.23..514.29 rows=24 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=24 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3543,3498,3582,3658,3969,3581,3776,4090,3556,3873}'::integer[])))