SELECT 
  a.attachment_id as 'attachment_id', 
  filename, 
  filesize, 
  category, 
  last_updated, 
  d.description as 'description' 
FROM 
  cscart_attachments as a 
  LEFT JOIN cscart_attachment_descriptions as d ON a.attachment_id = d.attachment_id 
WHERE 
  object_id = 65660 
  AND status = 'A' 
ORDER BY 
  d.description ASC

Query time 0.00233

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "d.description",
      "temporary_table": {
        "table": {
          "table_name": "a",
          "access_type": "ALL",
          "rows": 6837,
          "filtered": 100,
          "attached_condition": "a.object_id = 65660 and a.`status` = 'A'"
        },
        "table": {
          "table_name": "d",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["attachment_id"],
          "ref": ["cscart_migrate.a.attachment_id"],
          "rows": 1,
          "filtered": 100
        }
      }
    }
  }
}

Result

attachment_id filename filesize category last_updated description
20406 SPS-0678_-_Alto_LED_Wooden_Cylinder_Pendant_-_Rev_B.pdf 174415 1 1694440488 Alto LED Wooden Cylinder Pendant Light
20741 ATO.zip 8206 2 1684951247 Alto LED Wooden Cylinder Pendant Light
20403 MKT-0025_-_Barn_Light_Electric_Finishes_-_REV_B.pdf 2418240 4 1605203451 Barn Light Electric Finishes
20405 INS-0109_-_Cord_Hung_Wooden_Pendant_-_Rev_A.pdf 100359 7 1579788749 Cord Hung Pendant Installation Instructions
20404 MKT-0009_-_Cord_Pendant_Specifications_-_REV_D.pdf 4337182 4 1644940708 Cord Hung Pendant Specifications