QUERY PLAN
Bitmap Heap Scan on tbl_work_logs (cost=8.60..16.38 rows=2 width=24)
Recheck Cond: (id = ANY ('{37027,37018}'::integer[]))
-> Bitmap Index Scan on tbl_work_logs_pkey (cost=0.00..8.60 rows=2 width=0)
Index Cond: (id = ANY ('{37027,37018}'::integer[]))