QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.23 rows=20 width=30)
Recheck Cond: (id = ANY ('{3807,3256,3841,3906,3874,3873,3797,3781,3776,3749,3657,3740,3709,3676,3658,3655,3638,3609,3581,3582}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3807,3256,3841,3906,3874,3873,3797,3781,3776,3749,3657,3740,3709,3676,3658,3655,3638,3609,3581,3582}'::integer[]))