SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id = 64901 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00059

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "ref",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "ref": ["const", "const", "const"],
          "rows": 6,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> 64901 and cscart_images_links.object_type <=> 'product' and cscart_images_links.`type` <=> 'A'"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
47806 64901 product 0 60039 A 0 D 0 0 schoolhouse-acorn-cord-opaque-stripe-PB4-white-emerald-green-CSW-cord-cloth-white.jpg Acorn Pendant, 200-White, Opaque Glass, Three Painted Band, 307-Emerald Green, CSW-White Cloth Cord 1000 1000 60039
47807 64901 product 0 60040 A 0 D 0 0 schoolhouse-acorn-cord-clear-stripe-none-galvanized-TRW-cord-twist-red-white-bulb-G30.jpg Acorn Pendant, 975-Galvanized, Clear Glass, No Stripe, TRW-Red & White Twist Cord, Shown with G30 Bulb 1000 1000 60040
47808 64901 product 0 60041 A 0 D 0 0 schoolhouse-acorn-cord-opaque-stripe-PB6-CSR-red-cord-cloth-red.jpg Acorn Pendant, 400-Barn Red, Opaque Glass, Five Painted Band, 400-Barn Red, CSR-Red Cloth Cord 1000 1000 60041
47809 64901 product 0 60042 A 0 D 0 0 schoolhouse-acorn-cord-opaque-stripe-none-brass-raw-cord-CSBW-cloth-black-white.jpg Acorn Pendant, 997-Natural Raw Brass, Opaque Glass, No Stripe, CSBW-Black & White Cloth Cord 1000 1000 60042
47810 64901 product 0 60043 A 0 D 0 0 schoolhouse-acorn-cord-clear-stripe-PB5-delphite-cord-cloth-CSUW-blue-white-bulb-1890.jpg Acorn Pendant, 715-Delphite Blue, Clear Glass, Three Painted Band, CSUW-Blue & White Cloth Cord, Shown with 1890 Edison Bulb 1000 1000 60043
61191 64901 product 0 73424 A 0 D 0 0 schoolhouse-acorn-cord-opaque-stripe-PB5-buttery-yellow-stripe-CSB-standard-black.jpg Acorn Pendant, 500-Buttery Yellow, Opaque Glass, Three Painted Band, CSB-Black Cloth Cord 1000 1000 73424