QUERY PLAN
GroupAggregate (cost=356.05..356.43 rows=19 width=36)
Group Key: project_id
-> Sort (cost=356.05..356.10 rows=19 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..355.65 rows=19 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4103,4119,4130,4124,4123,4128,4121,4139,4142,4127}'::integer[])))