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 (63810, 64349, 64352, 63467) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00089

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": 44,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (63810,64349,64352,63467)"
        }
      }
    },
    "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
26273 63467 product 0 38436 A 0 D 0 0
27411 63810 product 0 39588 A 0 D 0 0
27413 63810 product 0 39590 A 0 D 0 0
27414 63810 product 0 39591 A 0 D 0 0
30074 63810 product 0 42297 A 0 D 0 0
30154 63810 product 0 42377 A 0 D 0 0
30445 64352 product 0 42677 A 0 D 0 0
30451 64349 product 0 42683 A 0 D 0 0
30449 64352 product 0 42681 A 1 D 0 0
67661 63467 product 0 79894 A 1 C 0 0
71039 64349 product 0 83272 A 1 D 0 0
30078 63467 product 0 42301 A 2 C 0 0
30446 64352 product 0 42678 A 2 D 0 0
30452 64349 product 0 42684 A 2 D 0 0
30075 63467 product 0 42298 A 3 D 0 0
30447 64352 product 0 42679 A 3 D 0 0
30453 64349 product 0 42685 A 3 D 0 0
30448 64352 product 0 42680 A 4 D 0 0
30454 64349 product 0 42686 A 4 D 0 0
62897 63467 product 0 75130 A 4 C 0 0
26279 63467 product 0 38442 A 5 D 0 0
65417 64352 product 0 77650 A 5 C 0 0
26280 63467 product 0 38443 A 6 D 0 0
30455 64349 product 0 42687 A 6 D 0 0
65418 64352 product 0 77651 A 6 C 0 0
58531 64349 product 0 70764 A 7 C 0 0
58995 63467 product 0 71228 A 7 C 0 0
60920 64352 product 0 73153 A 7 C 0 0
31855 63467 product 0 44088 A 8 C 0 0
45308 64349 product 0 57541 A 8 C 0 0
56919 64352 product 0 69152 A 8 C 0 0
35128 63467 product 0 47361 A 9 C 0 0
56920 64352 product 0 69153 A 9 C 0 0
30077 63467 product 0 42300 A 10 C 0 0
56918 64352 product 0 69151 A 10 C 0 0
61212 64349 product 0 73445 A 10 C 0 0
61214 64349 product 0 73447 A 11 C 0 0
56988 64349 product 0 69221 A 13 C 0 0
61215 64349 product 0 73448 A 14 C 0 0
56986 64349 product 0 69219 A 15 C 0 0
56987 64349 product 0 69220 A 16 C 0 0
61213 64349 product 0 73446 A 17 C 0 0
32099 64349 product 0 44332 A 18 C 0 0
45309 64349 product 0 57542 A 19 C 0 0