QUERY PLAN
Bitmap Heap Scan on tbl_work_logs (cost=12.89..24.50 rows=3 width=24)
Recheck Cond: (id = ANY ('{37018,9009,36784}'::integer[]))
-> Bitmap Index Scan on tbl_work_logs_pkey (cost=0.00..12.89 rows=3 width=0)
Index Cond: (id = ANY ('{37018,9009,36784}'::integer[]))