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 ('{3883,3930,3929,3922,3926,3934,3917,3925,3924,3919,3928,3882,3935,3256,3751,3943,3807,3941,3940,3927}'::integer[])))