QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.07 rows=20 width=30)
Recheck Cond: (id = ANY ('{3793,3792,3791,3769,3789,3788,3777,3776,3774,3775,3773,3761,3762,3768,3767,3745,3766,3765,3764,3763}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3793,3792,3791,3769,3789,3788,3777,3776,3774,3775,3773,3761,3762,3768,3767,3745,3766,3765,3764,3763}'::integer[]))