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 = 62370 
  AND status = 'A' 
ORDER BY 
  d.description ASC

Query time 0.00248

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 = 62370 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
18193 MKT-0025_-_Barn_Light_Electric_Finishes_-_REV_B.pdf 2418240 4 1605023254 Barn Light Electric Finishes
20325 01__Barnlight_BLE-XXX-XXX-CGG-CLR-XXX_2218-1_CLEAR.ies 8382 2 1661517921 Cast Guard with Clear Glass
20326 02__Barnlight_BLE-XXX-XXX-CGG-FST-XXX_2218-1_FROST.ies 8630 2 1661517929 Cast Guard with Frosted Glass
20327 03__Barnlight_BLE-XXX-XXX-CGG-RIB-XXX_2218-1_RIB.ies 8377 2 1661517939 Cast Guard with Ribbed Glass
18192 MKT-0021_-_Optional_Accessories_-_REV_F.pdf 11539937 4 1682091811 Optional Accessories
7965 SPS-0201_-_The_Polaris_4-Light_Chandelier_-_Rev_06.26.18.pdf 436753 1 1583862406 Polaris LED 4 Light Chandelier
18194 INS-0002_-_Stem_Mount_Pendant_-_Rev_V.pdf 133942 7 1584370211 Stem Mount Pendant Installation Instructions
18195 INS-0005_-_Stem_Mount_Pendant_Hang_Straight_Canopy_-_Rev_L.pdf 294531 7 1584370237 Stem Mount Pendant with Hang Straight Canopy
18196 INS-0006_-_Stem_Mount_Pendant_Heavy_Duty_Canopy_-_Rev_C.pdf 281460 7 1584370265 Stem Mount Pendant with Heavy Duty Canopy