SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 = 'ru' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (
    2395, 2597, 2404, 2596, 2390, 2405, 2094, 
    353, 355, 2392
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00133

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 (2395,2597,2404,2596,2390,2405,2094,353,355,2392)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["noframes_kz_new.cscart_images_links.image_id"],
      "rows": 1,
      "filtered": 100
    },
    "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": ["noframes_kz_new.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 = 'ru' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

image_id image_path image_x image_y is_high_res rf_original pair_id object_id object_type detailed_id type position alt images_image_id
0 10786 2597 product 8993 A 1
0 10996 2405 product 9203 A 2
0 10869 2094 product 9076 A 4
0 10889 2390 product 9096 A 4
0 10927 2392 product 9134 A 4
0 10951 2395 product 9158 A 4
0 10991 2404 product 9198 A 4
0 10890 2390 product 9097 A 5
0 10928 2392 product 9135 A 5
0 10952 2395 product 9159 A 5
0 10992 2404 product 9199 A 5
0 10997 2405 product 9204 A 5
0 10891 2390 product 9098 A 6
0 10929 2392 product 9136 A 6
0 10953 2395 product 9160 A 6
0 10993 2404 product 9200 A 6
0 10998 2405 product 9205 A 6
0 10720 353 product 8927 A 7
0 10787 2597 product 8994 A 7
0 10892 2390 product 9099 A 7
0 10930 2392 product 9137 A 7
0 10954 2395 product 9161 A 7
0 10994 2404 product 9201 A 7
0 10999 2405 product 9206 A 7
0 10690 2596 product 8897 A 8
0 10696 355 product 8903 A 8
0 10721 353 product 8928 A 8
0 10788 2597 product 8995 A 8
0 10893 2390 product 9100 A 8
0 10931 2392 product 9138 A 8
0 11000 2405 product 9207 A 8
0 10691 2596 product 8898 A 9
0 10697 355 product 8904 A 9
0 10722 353 product 8929 A 9
0 10870 2094 product 9077 A 9
0 10894 2390 product 9101 A 9
0 10932 2392 product 9139 A 9
0 11001 2405 product 9208 A 9
0 10692 2596 product 8899 A 10
0 10698 355 product 8905 A 10
0 10723 353 product 8930 A 10
0 10871 2094 product 9078 A 10
0 10895 2390 product 9102 A 10
0 10693 2596 product 8900 A 11
0 10699 355 product 8906 A 11
0 10724 353 product 8931 A 11
0 10872 2094 product 9079 A 11
0 10694 2596 product 8901 A 12
0 10700 355 product 8907 A 12
0 10873 2094 product 9080 A 12