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, 5)

Query time 0.00028

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "destination_links",
      "access_type": "range",
      "possible_keys": ["idx_store_location_destination"],
      "key": "idx_store_location_destination",
      "key_length": "3",
      "used_key_parts": ["store_location_id"],
      "rows": 11,
      "filtered": 100,
      "index_condition": "destination_links.store_location_id in (4,5)"
    },
    "table": {
      "table_name": "shipping_delays",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "12",
      "used_key_parts": ["store_location_id", "destination_id", "lang_code"],
      "ref": [
        "ymonline_livedata.destination_links.store_location_id",
        "ymonline_livedata.destination_links.destination_id",
        "const"
      ],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(shipping_delays.lang_code = 'en')"
    }
  }
}

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
85 5 1 0 3 1 - 5 Business Days en
54 5 12 0 2 1 - 5 Business Days en
49 5 13 1 2 1 - 8 Business Days en
53 5 14 1 2 1 - 8 Business Days en
50 5 16 1 2 2 - 10 Business Days en
52 5 17 0 2 5 - 7 Business Days en
51 5 18 0 1 5 - 7 Business Days en
55 5 19 0 2 1 - 5 Business Days en