QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.47..98.39 rows=19 width=30)
Recheck Cond: (id = ANY ('{3809,3808,3807,3804,3461,3806,3796,3801,3800,3793,3794,3792,3791,3769,3789,3788,3786,3782,3771}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.46 rows=19 width=0)
Index Cond: (id = ANY ('{3809,3808,3807,3804,3461,3806,3796,3801,3800,3793,3794,3792,3791,3769,3789,3788,3786,3782,3771}'::integer[]))