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

Query time 0.00071

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": 26,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> 64824 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.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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
40927 64824 product 0 53160 A 0 D 0 0
40913 64824 product 0 53146 A 1 D 0 0
40914 64824 product 0 53147 A 3 D 0 0
40916 64824 product 0 53149 A 4 D 0 0
40915 64824 product 0 53148 A 5 D 0 0
40926 64824 product 0 53159 A 6 D 0 0
40917 64824 product 0 53150 A 7 D 0 0
40925 64824 product 0 53158 A 8 D 0 0
40919 64824 product 0 53152 A 9 D 0 0
40918 64824 product 0 53151 A 12 D 0 0
56633 64824 product 0 68866 A 14 C 0 0
40980 64824 product 0 53213 A 15 C 0 0
56634 64824 product 0 68867 A 16 C 0 0
40922 64824 product 0 53155 A 17 C 0 0
62892 64824 product 0 75125 A 19 C 0 0
40931 64824 product 0 53164 A 20 C 0 0
40920 64824 product 0 53153 A 21 C 0 0
40921 64824 product 0 53154 A 22 C 0 0
40934 64824 product 0 53167 A 23 C 0 0
40932 64824 product 0 53165 A 24 C 0 0
40933 64824 product 0 53166 A 25 C 0 0
40977 64824 product 0 53210 A 26 C 0 0
62893 64824 product 0 75126 A 27 C 0 0
60081 64824 product 0 72314 A 28 C 0 0
40979 64824 product 0 53212 A 29 C 0 0
40981 64824 product 0 53214 A 30 C 0 0