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 (62038, 64773, 65673) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00076

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": 36,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (62038,64773,65673)"
        }
      }
    },
    "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
38970 64773 product 0 51203 A 0 D 0 0
66142 62038 product 0 78375 A 0 D 0 0
66375 65673 product 0 78608 A 0 D 0 0
19346 62038 product 0 31068 A 1 D 0 0
38972 64773 product 0 51205 A 1 D 0 0
66371 65673 product 0 78604 A 1 D 0 0
66034 64773 product 0 78267 A 2 D 0 0
66145 62038 product 0 78378 A 2 D 0 0
66373 65673 product 0 78606 A 2 D 0 0
19345 62038 product 0 31067 A 3 D 0 0
38980 64773 product 0 51213 A 3 D 0 0
19347 62038 product 0 31069 A 4 D 0 0
38976 64773 product 0 51209 A 4 D 0 0
66374 65673 product 0 78607 A 4 D 0 0
38982 64773 product 0 51215 A 5 D 0 0
66143 62038 product 0 78376 A 5 D 0 0
66376 65673 product 0 78609 A 5 D 0 0
38975 64773 product 0 51208 A 6 D 0 0
66144 62038 product 0 78377 A 6 D 0 0
38974 64773 product 0 51207 A 7 C 0 0
68381 62038 product 0 80614 A 7 C 0 0
54152 62038 product 0 66385 A 8 C 0 0
64549 64773 product 0 76782 A 8 C 0 0
38978 64773 product 0 51211 A 9 C 0 0
54153 62038 product 0 66386 A 9 C 0 0
28329 62038 product 0 40522 A 10 C 0 0
46670 64773 product 0 58903 A 10 C 0 0
58290 62038 product 0 70523 A 11 C 0 0
63070 64773 product 0 75303 A 11 C 0 0
65005 62038 product 0 77238 A 12 C 0 0
66277 64773 product 0 78510 A 12 C 0 0
57243 64773 product 0 69476 A 13 C 0 0
64998 62038 product 0 77231 A 13 C 0 0
50270 64773 product 0 62503 A 14 C 0 0
38977 64773 product 0 51210 A 15 C 0 0
58541 64773 product 0 70774 A 16 C 0 0