QUERY PLAN
Bitmap Heap Scan on tbl_work_logs (cost=30.08..56.68 rows=7 width=24)
Recheck Cond: (id = ANY ('{30874,30668,30672,30670,30669,29050,22395}'::integer[]))
-> Bitmap Index Scan on tbl_work_logs_pkey (cost=0.00..30.08 rows=7 width=0)
Index Cond: (id = ANY ('{30874,30668,30672,30670,30669,29050,22395}'::integer[]))