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 ('{3751,3906,3883,3910,3930,3916,3929,3922,3918,3926,3934,3917,3925,3924,3920,3919,3935,3928,3882,3841}'::integer[])))