QUERY PLAN
GroupAggregate (cost=297.76..298.35 rows=29 width=36)
Group Key: project_id
-> Sort (cost=297.76..297.84 rows=30 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..297.02 rows=30 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3728,3622,3556,3609,3520,3554,3632,2690,2761,2858}'::integer[])))