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 (8, 9, 24)

Query time 0.00219

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.36"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "destination_links",
          "access_type": "range",
          "possible_keys": [
            "idx_store_location_destination"
          ],
          "key": "idx_store_location_destination",
          "used_key_parts": [
            "store_location_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 12,
          "rows_produced_per_join": 12,
          "filtered": "100.00",
          "index_condition": "(`dev_yourmart_co_bw`.`destination_links`.`store_location_id` in (8,9,24))",
          "cost_info": {
            "read_cost": "4.96",
            "eval_cost": "1.20",
            "prefix_cost": "6.16",
            "data_read_per_join": "192"
          },
          "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": [
            "dev_yourmart_co_bw.destination_links.store_location_id",
            "dev_yourmart_co_bw.destination_links.destination_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 12,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "3.00",
            "eval_cost": "1.20",
            "prefix_cost": "10.36",
            "data_read_per_join": "9K"
          },
          "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
108 8 1 0 5 1 - 5 Business Days en
88 8 12 0 5 1 - 5 Business Days en
86 8 13 1 4 1 - 8 Business Days en
92 8 14 1 4 1 - 8 Business Days en
87 8 16 1 4 1 - 10 Business Days en
93 8 17 0 4 1 - 5 Business Days en
91 8 18 0 4 1 - 5 Business Days en
89 8 19 0 4 1 - 5 Business Days en
94 9 11 0 4 1 - 5 Business days en
95 9 15 0 4 1 - 5 Business days en
96 9 20 0 4 1 - 5 Business days en
159 24 20 0 11 en