SELECT 
  * 
FROM 
  ushop_bm_locations as l 
  LEFT JOIN ushop_bm_locations_descriptions as d ON d.location_id = l.location_id 
  AND d.lang_code = 'es' 
WHERE 
  l.layout_id = 14 
  AND l.dispatch IN ('index.index') 
ORDER BY 
  l.object_ids desc 
LIMIT 
  1

Query time 0.00289

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "61.08"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "l",
            "access_type": "ALL",
            "rows_examined_per_scan": 574,
            "rows_produced_per_join": 5,
            "filtered": "1.00",
            "cost_info": {
              "read_cost": "58.50",
              "eval_cost": "0.57",
              "prefix_cost": "59.07",
              "data_read_per_join": "5K"
            },
            "used_columns": [
              "location_id",
              "dispatch",
              "is_default",
              "layout_id",
              "object_ids",
              "custom_html",
              "position",
              "user_class"
            ],
            "attached_condition": "((`marketplace`.`l`.`layout_id` = 14) and (`marketplace`.`l`.`dispatch` = 'index.index'))"
          }
        },
        {
          "table": {
            "table_name": "d",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "location_id",
              "lang_code"
            ],
            "key_length": "10",
            "ref": [
              "marketplace.l.location_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 5,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(d), (`marketplace`.`d`.`location_id` = `marketplace`.`l`.`location_id`), true)",
            "cost_info": {
              "read_cost": "1.44",
              "eval_cost": "0.57",
              "prefix_cost": "61.08",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "location_id",
              "lang_code",
              "name",
              "title",
              "meta_description",
              "meta_keywords"
            ]
          }
        }
      ]
    }
  }
}

Result

location_id dispatch is_default layout_id object_ids custom_html position user_class lang_code name title meta_description meta_keywords
309 index.index 0 14 20 es Inicio UShop Te damos la bienvenida a UShop shopping digital. Encuentra tiendas y productos en ofertas. Compra fácil y seguro o vende gratis en nuestro MarketPlace.