SELECT 
  destination_links.*, 
  shipping_delays.* 
FROM 
  cscart_store_location_destination_links AS destination_links 
  LEFT JOIN cscart_store_location_shipping_delays AS shipping_delays ON shipping_delays.store_location_id = destination_links.store_location_id 
  AND shipping_delays.destination_id = destination_links.destination_id 
  AND shipping_delays.lang_code = 'en' 
WHERE 
  destination_links.store_location_id IN (4)

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.80"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "destination_links",
          "access_type": "ref",
          "possible_keys": [
            "idx_store_location_destination"
          ],
          "key": "idx_store_location_destination",
          "used_key_parts": [
            "store_location_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 4,
          "rows_produced_per_join": 4,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.00",
            "eval_cost": "0.40",
            "prefix_cost": "1.40",
            "data_read_per_join": "64"
          },
          "used_columns": [
            "link_id",
            "store_location_id",
            "destination_id",
            "warn_about_delay",
            "position"
          ]
        }
      },
      {
        "table": {
          "table_name": "shipping_delays",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "store_location_id",
            "destination_id",
            "lang_code"
          ],
          "key_length": "12",
          "ref": [
            "const",
            "dev_yourmart_co_bw.destination_links.destination_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 4,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.00",
            "eval_cost": "0.40",
            "prefix_cost": "2.80",
            "data_read_per_join": "3K"
          },
          "used_columns": [
            "store_location_id",
            "destination_id",
            "shipping_delay",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

link_id store_location_id destination_id warn_about_delay position shipping_delay lang_code
47 4 11 0 2 1 - 5 Business Days en
46 4 15 0 2 1 - 5 Business Days en
45 4 20 0 1 1 - 5 Business Days en