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 = 64925 
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": 9,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> 64925 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
64146 64925 product 0 76379 A 0 D 0 0 Aero-gooseneck-LED-16in-975-galvanized-G13.jpg 16" Aero LED, 975-Galvanized, G13 Gooseneck Arm 1000 1000 76379
47601 64925 product 0 59834 A 1 D 0 0 Aero-gooseneck-LED-14in-995-copper-100-black-G6.jpg 14" Aero LED, 995-Natural Raw Copper, G6 Gooseneck Arm, 100-Black 1000 1000 59834
47598 64925 product 0 59831 A 2 D 0 0 Aero-gooseneck-LED-12in-390-teal-G16.jpg 12" Aero LED, 390-Teal, G16 Straight Arm 1000 1000 59831
47602 64925 product 0 59835 A 3 D 0 0 Aero-gooseneck-LED-16in-100-black-G8-WC-galvanized.jpg 16" Aero LED, 100-Black, Wire Cage, 975-Galvanized, G8 Gooseneck Arm 1000 1000 59835
47599 64925 product 0 59832 A 4 D 0 0 Aero-gooseneck-LED-12in-400-barn-red-G15.jpg 12" Aero LED, 400-Barn Red, G15 Gooseneck Arm 1000 1000 59832
47603 64925 product 0 59836 A 5 D 0 0 Aero-gooseneck-LED-16in-200-whitw-G32.jpg 16" Aero LED, 200-White, G32 Gooseneck Arm 1000 1000 59836
47600 64925 product 0 59833 A 6 D 0 0 Aero-gooseneck-LED-14in-705-navy-G26.jpg 14" Aero LED, 705-Navy, G26 Gooseneck Arm 1000 1000 59833
58885 64925 product 0 71118 A 7 C 0 0 Aero_LED_Gooseneck_Light_-_Barn_Light_Electric_-_Commercial_Exterior_Lighting_.jpg 12” Aero LED, 100-Powdercoat Black, G64 Gooseneck Arm, 1250 Lumen LED, 3500K-Neutral White Color Temperature, Flat LED Lens | Photo Courtesy of TAC and FSA Lighting 1500 1463 71118
58884 64925 product 0 71117 A 8 C 0 0 Aero_LED_Gooseneck_Light_-_Barn_Light_Electric_Commercial_Exterior_Lighting-100-Black.jpg 12” Aero LED, 100-Powdercoat Black, G64 Gooseneck Arm, 1250 Lumen LED, 3500K-Neutral White Color Temperature, Flat LED Lens | Photo Courtesy of TAC and FSA Lighting 1500 2000 71117