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 (63237, 64152, 62334, 64149) 
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": 37,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (63237,64152,62334,64149)"
        }
      }
    },
    "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
28645 64149 product 0 40844 A 0 D 0 0
28661 64152 product 0 40860 A 0 D 0 0
28662 64152 product 0 40861 A 0 D 0 0
28663 64152 product 0 40862 A 0 D 0 0
28664 64152 product 0 40863 A 0 D 0 0
65398 63237 product 0 77631 A 0 D 0 0
65624 62334 product 0 77857 A 0 D 0 0
65629 62334 product 0 77862 A 0 D 0 0
65928 64152 product 0 78161 A 0 D 0 0
65929 64152 product 0 78162 A 0 D 0 0
65930 64152 product 0 78163 A 0 D 0 0
24970 63237 product 0 37046 A 1 D 0 0
28646 64149 product 0 40845 A 1 D 0 0
28647 64149 product 0 40846 A 2 D 0 0
32152 63237 product 0 44385 A 2 D 0 0
65623 62334 product 0 77856 A 2 D 0 0
28648 64149 product 0 40847 A 3 D 0 0
53594 62334 product 0 65827 A 3 D 0 0
65396 63237 product 0 77629 A 3 D 0 0
21287 62334 product 0 33168 A 4 D 0 0
28649 64149 product 0 40848 A 4 D 0 0
65395 63237 product 0 77628 A 5 D 0 0
65630 62334 product 0 77863 A 5 D 0 0
65920 64149 product 0 78153 A 5 D 0 0
65921 64149 product 0 78154 A 5 D 0 0
28762 64149 product 0 40961 A 6 C 0 0
65399 63237 product 0 77632 A 6 D 0 0
65626 62334 product 0 77859 A 6 D 0 0
21288 62334 product 0 33169 A 7 D 0 0
65625 62334 product 0 77858 A 8 D 0 0
60758 62334 product 0 72991 A 9 C 0 0
60759 62334 product 0 72992 A 10 C 0 0
60760 62334 product 0 72993 A 11 C 0 0
60764 62334 product 0 72997 A 12 C 0 0
60765 62334 product 0 72998 A 13 C 0 0
60766 62334 product 0 72999 A 14 C 0 0
66474 62334 product 0 78707 A 14 C 0 0