QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=61.76..123.76 rows=20 width=51)
Recheck Cond: (id = ANY ('{3934,3906,3857,3758,3797,3846,3845,3809,3769,3783,3780,3755,3710,3736,3709,3655,3651,3638,3609,3583}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..61.75 rows=20 width=0)
Index Cond: (id = ANY ('{3934,3906,3857,3758,3797,3846,3845,3809,3769,3783,3780,3755,3710,3736,3709,3655,3651,3638,3609,3583}'::integer[]))