SELECT 
  bot_id, 
  type 
FROM 
  cscart_cp_honeypot_captcha_bots 
WHERE 
  ip_address = '42f8c813'

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_cp_honeypot_captcha_bots",
      "access_type": "ref",
      "possible_keys": ["ip_address"],
      "key": "ip_address",
      "key_length": "42",
      "used_key_parts": ["ip_address"],
      "ref": ["const"],
      "rows": 1,
      "filtered": 100,
      "index_condition": "cscart_cp_honeypot_captcha_bots.ip_address = '42f8c813'"
    }
  }
}