QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=12.86..24.05 rows=3 width=30)
Recheck Cond: (id = ANY ('{3818,3811,3805}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..12.86 rows=3 width=0)
Index Cond: (id = ANY ('{3818,3811,3805}'::integer[]))