SELECT 
  COUNT(*) 
FROM 
  cscart_states 
WHERE 
  country_code = 'BW' 
  AND code = 'SED' 
  AND status = 'A'

Query time 0.00018

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_states",
      "access_type": "const",
      "possible_keys": ["cs", "code", "country_code"],
      "key": "cs",
      "key_length": "106",
      "used_key_parts": ["country_code", "code"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

COUNT(*)
1