SELECT 
  bot_id, 
  type 
FROM 
  cscart_cp_honeypot_captcha_bots 
WHERE 
  user_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_cp_honeypot_captcha_bots",
      "access_type": "ALL",
      "rows": 68,
      "filtered": 100,
      "attached_condition": "cscart_cp_honeypot_captcha_bots.user_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'"
    }
  }
}