With the subquery-based approach, your covering index key would be only 20 bytes long:
CREATE INDEX log_index ON system_log (time DESC, id);
With the subquery-based approach, your covering index key would be only 20 bytes long:
CREATE INDEX log_index ON system_log (time DESC, id);