QUERY PLAN
GroupAggregate (cost=434.32..435.76 rows=71 width=36)
Group Key: project_id
-> Sort (cost=434.32..434.51 rows=74 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..432.02 rows=74 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3960,4006,4003,3969,3888,3956,3922,3883,3917,3841,3910,3911,3900,3898,3875,3834,3866,3869,3852,3863}'::integer[])))