QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.07 rows=20 width=51)
Recheck Cond: (id = ANY ('{3801,3769,3786,3783,3780,3767,3755,3710,3736,3709,3655,3651,3638,3609,3583,3597,3555,3546,3487,3512}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3801,3769,3786,3783,3780,3767,3755,3710,3736,3709,3655,3651,3638,3609,3583,3597,3555,3546,3487,3512}'::integer[]))