QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=8.58..15.88 rows=2 width=34)
Recheck Cond: (id = ANY ('{2706,3934}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..8.58 rows=2 width=0)
Index Cond: (id = ANY ('{2706,3934}'::integer[]))