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 ('{3660,3544,3568,3577,3591,3599,3590,3644,3633,3513,3515,3514,3503,3467,3424,3441,3552,3576,3589,3652}'::integer[])))