SELECT 
  * 
FROM 
  cscart_bm_locations as l 
  LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id 
  AND d.lang_code = 'tr' 
WHERE 
  l.layout_id = 11 
  AND l.dispatch IN ('geo_maps') 
ORDER BY 
  l.object_ids desc 
LIMIT 
  1

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "46.94"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "l",
            "access_type": "ALL",
            "rows_examined_per_scan": 205,
            "rows_produced_per_join": 2,
            "filtered": "1.00",
            "cost_info": {
              "read_cost": "44.07",
              "eval_cost": "0.41",
              "prefix_cost": "44.48",
              "data_read_per_join": "475"
            },
            "used_columns": [
              "location_id",
              "dispatch",
              "is_default",
              "layout_id",
              "object_ids",
              "custom_html",
              "position"
            ],
            "attached_condition": "((`eshopuga_upgr_4122`.`l`.`layout_id` = 11) and (`eshopuga_upgr_4122`.`l`.`dispatch` = 'geo_maps'))"
          }
        },
        {
          "table": {
            "table_name": "d",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "location_id",
              "lang_code"
            ],
            "key_length": "10",
            "ref": [
              "eshopuga_upgr_4122.l.location_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "2.05",
              "eval_cost": "0.41",
              "prefix_cost": "46.94",
              "data_read_per_join": "492"
            },
            "used_columns": [
              "location_id",
              "lang_code",
              "name",
              "title",
              "meta_description",
              "meta_keywords"
            ],
            "attached_condition": "<if>(is_not_null_compl(d), (`eshopuga_upgr_4122`.`d`.`location_id` = `eshopuga_upgr_4122`.`l`.`location_id`), true)"
          }
        }
      ]
    }
  }
}