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 = 64900 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00082

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": 11,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> 64900 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
47821 64900 product 0 60054 A 0 D 0 0 schoolhouse-acorn-stem-opaque-stripe-none-copper-raw.jpg Acorn Stem Mount, 995-Natural Raw Brass, Opaque Glass, No Stripe 1000 1000 60054
47822 64900 product 0 60055 A 1 D 0 0 schoolhouse-acorn-stem-opaque-stripe-PB5-chartreuse-black.jpg Acorn Stem Mount, 380-Chartreuse, Opaque Glass, Three Painted Band, 100-Black 1000 1000 60055
47823 64900 product 0 60056 A 2 D 0 0 schoolhouse-acorn-stem-opaque-stripe-PB5-galvanized-royal-blue.jpg Acorn Stem Mount, 975-Galvanized, Opaque Glass, Three Painted Band, 700-Royal Blue 1000 1000 60056
47828 64900 product 0 60061 A 3 D 0 0 schoolhouse-acorn-stem-clear-stripe-none-copper-oil-rubbed-bulb-G30.jpg Acorn Stem Mount, 615-Oil-Rubbed Bronze, Clear Glass, No Stripe, Shown with G30 Bulb 1000 1000 60061
47824 64900 product 0 60057 A 4 D 0 0 schoolhouse-acorn-stem-opaque-stripe-PB6-red.jpg Acorn Stem Mount, 400-Barn Red, Opaque Glass, Five Painted Band, 400-Barn Red 1000 1000 60057
47825 64900 product 0 60058 A 6 D 0 0 schoolhouse-acorn-stem-clear-stripe-PB6-brass-weathered-black-bulb-chrome.jpg Acorn Stem Mount, 998-Natural Weathered Brass, Clear Glass, Five Painted Band, 100-Black, Shown with G40 Half-Chrome Bulb 1000 1000 60058
47826 64900 product 0 60059 A 7 D 0 0 schoolhouse-acorn-stem-clear-stripe-PB5-delphite-bulb-1890.jpg Acorn Stem Mount, 715-Delphite Blue, Clear Glass, Three Painted Band, 715-Delphite Blue, Shown with 1890 Edison Bulb 1000 1000 60059
61197 64900 product 0 73430 A 7 D 0 0 schoolhouse-acorn-stem-clear-stripe-PB4-dark-green-jadite-bulb-round.jpg Acorn Stem Mount, 300-Dark Green, Clear Glass, Three Painted Band, 311-Jadite, Shown with G40 Bulb 1000 1000 73430
67765 64900 product 0 79998 A 7 C 0 0 Acorn_Schoolhouse_Sconce_Opaque_705-Navy_PB4_705-Navy_Acorn_Schoolhouse_Stem_Mount_Pendant_Opaque_705-Navy_PB4_3instem_StandardBeehive.jpg Acorn Stem Mount, Opaque, 705-Navy, Four Painted Bands, 3" Stem, Standard Beehive | Customer Submission 1162 1829 79998
67766 64900 product 0 79999 A 7 C 0 0 Acorn_Schoolhouse_Sconce_Opaque_705-Navy_PB4_705-Navy_Acorn_Schoolhouse_Stem_Mount_Pendant_Opaque_705-Navy_PB4_3instem_StandardBeehive4.jpg Acorn Stem Mount, Opaque, 705-Navy, Four Painted Bands, 3" Stem, Standard Beehive | Customer Submission 1170 2080 79999
67767 64900 product 0 80000 A 7 C 0 0 20230315_124825-residential-interior-lighting-on-Acorn-Schoolhouse-Stem-Mount-Pendant-Opaque-400-Barn-Red-6in-Stem-Five-Painted-Band-PB6-400-Barn-Red-crop.jpg Acorn Stem Mount, Opaque, 400-Barn Red, 6" Stem, Five Painted Band | Customer Submission 1639 2044 80000