SELECT 
  cscart_shippings.*, 
  cscart_shipping_descriptions.shipping, 
  cscart_shipping_descriptions.description, 
  cscart_shipping_descriptions.delivery_time 
FROM 
  cscart_shippings 
  LEFT JOIN cscart_shipping_descriptions ON cscart_shipping_descriptions.shipping_id = cscart_shippings.shipping_id 
  AND cscart_shipping_descriptions.lang_code = 'en' 
WHERE 
  cscart_shippings.shipping_id = 3

Query time 0.00114

JSON explain

{
  "query_block": {
    "select_id": 1,
    "const_condition": "1",
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_shippings",
          "access_type": "const",
          "possible_keys": ["shipping_id"],
          "key": "shipping_id",
          "key_length": "3",
          "used_key_parts": ["shipping_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "cscart_shipping_descriptions",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["shipping_id", "lang_code"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

shipping_id company_id destination min_weight max_weight usergroup_ids rate_calculation service_id service_params localization tax_ids position status free_shipping is_address_required available_for_new_vendors shipping description delivery_time
3 0 I 0.000 0.000 0 R 600 a:10:{s:9:"system_id";s:0:"";s:8:"password";s:0:"";s:14:"account_number";s:0:"";s:15:"account_country";s:0:"";s:9:"test_mode";s:1:"N";s:21:"system_of_measurement";s:1:"I";s:17:"max_weight_of_box";s:1:"0";s:6:"length";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";} 40 D N Y N Ahamove <p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p> 2 - 3 days