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 IN (64774, 65674) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00069

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": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 33,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64774,65674)"
        }
      }
    },
    "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
39017 64774 product 0 51250 A 0 D 0 0
66362 65674 product 0 78595 A 0 D 0 0
64291 64774 product 0 76524 A 1 D 0 0
66369 65674 product 0 78602 A 1 D 0 0
39020 64774 product 0 51253 A 2 D 0 0
66363 65674 product 0 78596 A 2 D 0 0
39018 64774 product 0 51251 A 3 D 0 0
66365 65674 product 0 78598 A 3 D 0 0
39019 64774 product 0 51252 A 4 D 0 0
66367 65674 product 0 78600 A 4 D 0 0
64290 64774 product 0 76523 A 5 D 0 0
66364 65674 product 0 78597 A 5 D 0 0
66366 65674 product 0 78599 A 6 D 0 0
68121 65674 product 0 80354 A 6 C 0 0
62803 64774 product 0 75036 A 7 C 0 0
60810 64774 product 0 73043 A 8 C 0 0
60812 64774 product 0 73045 A 9 C 0 0
59280 64774 product 0 71513 A 10 C 0 0
59281 64774 product 0 71514 A 11 C 0 0
58557 64774 product 0 70790 A 12 C 0 0
59279 64774 product 0 71512 A 13 C 0 0
61220 64774 product 0 73453 A 14 C 0 0
61217 64774 product 0 73450 A 15 C 0 0
39022 64774 product 0 51255 A 16 C 0 0
39023 64774 product 0 51256 A 17 C 0 0
61219 64774 product 0 73452 A 18 C 0 0
60811 64774 product 0 73044 A 19 C 0 0
60813 64774 product 0 73046 A 20 C 0 0
39021 64774 product 0 51254 A 21 C 0 0
49985 64774 product 0 62218 A 22 C 0 0
61449 64774 product 0 73682 A 23 C 0 0
64024 64774 product 0 76257 A 24 C 0 0
66972 64774 product 0 79205 A 24 D 0 0