SELECT 
  cscart_state_descriptions.state 
FROM 
  cscart_states 
  LEFT JOIN cscart_state_descriptions ON cscart_state_descriptions.state_id = cscart_states.state_id 
  AND cscart_state_descriptions.lang_code = 'en' 
WHERE 
  cscart_states.country_code = 'IN' 
  AND cscart_states.code = 'TN'

Query time 0.00059

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_states",
          "access_type": "const",
          "possible_keys": [
            "cs",
            "code",
            "country_code"
          ],
          "key": "cs",
          "used_key_parts": [
            "country_code",
            "code"
          ],
          "key_length": "106",
          "ref": [
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "112"
          },
          "used_columns": [
            "state_id",
            "country_code",
            "code"
          ]
        }
      },
      {
        "table": {
          "table_name": "cscart_state_descriptions",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "state_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "784"
          },
          "used_columns": [
            "state_id",
            "lang_code",
            "state"
          ]
        }
      }
    ]
  }
}

Result

state
Tamil Nadu