QUERY PLAN
GroupAggregate (cost=285.22..285.34 rows=6 width=36)
Group Key: work_log_id
-> Sort (cost=285.22..285.23 rows=6 width=9)
Sort Key: work_log_id
-> Seq Scan on tbl_reimbursements (cost=0.00..285.14 rows=6 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (work_log_id = ANY ('{34106,24225,24216,18786,14437}'::integer[])))