SELECT 
  a.* 
FROM 
  cscart_destination_elements as a 
  LEFT JOIN cscart_destinations as b ON b.destination_id = a.destination_id 
WHERE 
  b.status = 'A'

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.043294459,
    "nested_loop": [
      {
        "table": {
          "table_name": "b",
          "access_type": "index",
          "possible_keys": ["PRIMARY", "c_status"],
          "key": "c_status",
          "key_length": "6",
          "used_key_parts": ["destination_id", "status"],
          "loops": 1,
          "rows": 3,
          "cost": 0.007085975,
          "filtered": 100,
          "attached_condition": "b.`status` = 'A'",
          "using_index": true
        }
      },
      {
        "block-nl-join": {
          "table": {
            "table_name": "a",
            "access_type": "ALL",
            "possible_keys": ["c_status"],
            "loops": 3,
            "rows": 57,
            "cost": 0.036208484,
            "filtered": 33.33333206
          },
          "buffer_type": "flat",
          "buffer_size": "86",
          "join_type": "BNL",
          "attached_condition": "a.destination_id = b.destination_id"
        }
      }
    ]
  }
}

Result

element_id destination_id element element_type
357 1 MT C