QUERY PLAN
GroupAggregate (cost=408.60..409.33 rows=36 width=36)
Group Key: project_id
-> Sort (cost=408.60..408.69 rows=37 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..407.64 rows=37 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3884,3896,3890,3893,3894,3901,3873,3892,3910,3903,3874,3913,3912,3911,3902,3835,3899,3900,3898,3885}'::integer[])))