SELECT 
  a.code, 
  b.state 
FROM 
  ushop_states as a 
  LEFT JOIN ushop_state_descriptions as b ON b.state_id = a.state_id 
  AND b.lang_code = 'es' 
WHERE 
  a.country_code = 'UY' 
  AND a.status = 'A' 
ORDER BY 
  b.state

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "b.state",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "a",
              "access_type": "ref",
              "possible_keys": ["cs", "country_code"],
              "key": "cs",
              "key_length": "8",
              "used_key_parts": ["country_code"],
              "ref": ["const"],
              "rows": 12,
              "filtered": 100,
              "index_condition": "a.country_code = 'UY'",
              "attached_condition": "a.`status` = 'A'"
            }
          },
          {
            "table": {
              "table_name": "b",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["state_id", "lang_code"],
              "ref": ["ushop_shopping.a.state_id", "const"],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(b.lang_code = 'es')"
            }
          }
        ]
      }
    }
  }
}

Result

code state
AR Artigas
CA Canelones
CL Cerro Largo
CO Colonia
DU Durazno
FL Flores
FD Florida
LA Lavalleja
MA Maldonado
MO Montevideo
PA Paysandú
RN Río Negro
RI Rivera
RO Rocha
SA Salto
SJ San José
SO Soriano
TA Tacuarembó
TT Treinta y Tres