Explain Query (mysql)

EXPLAIN SELECT * FROM `user_agents` `t` WHERE `t`.`user_agent`='python-httpx/0.28.1' LIMIT 1
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t ALL 95442 10.00 Using where