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.detailed_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 = 'M' 
  AND cscart_images_links.object_id IN (
    263720, 264940, 264945, 264955, 264936, 
    264937, 264938, 264939, 263925, 264760, 
    264761, 264762, 264763, 263981, 264764, 
    264765, 264766, 264767, 264102, 264977, 
    264969, 264970, 264971, 264972, 264156, 
    264935, 264954, 264927, 264928, 264929, 
    264930, 264193, 264922, 264918, 264919, 
    264920, 264921, 264208, 264855, 264847, 
    264848, 264849, 264850, 264219, 264909, 
    264914, 264915, 264916, 264917
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00213

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "284.21"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "49.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 49,
            "rows_produced_per_join": 49,
            "filtered": "100.00",
            "index_condition": "((`webmarco`.`cscart_images_links`.`object_type` = 'product') and (`webmarco`.`cscart_images_links`.`type` = 'M') and (`webmarco`.`cscart_images_links`.`object_id` in (263720,264940,264945,264955,264936,264937,264938,264939,263925,264760,264761,264762,264763,263981,264764,264765,264766,264767,264102,264977,264969,264970,264971,264972,264156,264935,264954,264927,264928,264929,264930,264193,264922,264918,264919,264920,264921,264208,264855,264847,264848,264849,264850,264219,264909,264914,264915,264916,264917)))",
            "cost_info": {
              "read_cost": "107.81",
              "eval_cost": "9.80",
              "prefix_cost": "117.61",
              "data_read_per_join": "4K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "webmarco.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 49,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "49.00",
              "eval_cost": "9.80",
              "prefix_cost": "176.41",
              "data_read_per_join": "37K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "webmarco.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 49,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "49.00",
              "eval_cost": "9.80",
              "prefix_cost": "235.21",
              "data_read_per_join": "29K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 shapka.jpg 1243 1243 N 1341028 263925 product 344724 M 0 344724
0 atlete1.jpg 1243 1213 N 1341197 263981 product 344788 M 0 344788
0 atlete_bc4u-2n.jpg 1243 1015 N 1342698 264102 product 345018 M 0 345018
0 black3.jpg 1243 1487 N 1342890 264156 product 344729 M 0 344729
0 black2.jpg 1243 1230 N 1343135 264193 product 344535 M 0 344535
0 shapka.jpg 1243 1243 N 1375656 264760 product 344724 M 0 344724
0 shapka.jpg 1243 1243 N 1375657 264761 product 344724 M 0 344724
0 shapka.jpg 1243 1243 N 1375658 264762 product 344724 M 0 344724
0 shapka.jpg 1243 1243 N 1375659 264763 product 344724 M 0 344724
0 atlete1.jpg 1243 1213 N 1375660 264764 product 344788 M 0 344788
0 atlete1.jpg 1243 1213 N 1375661 264765 product 344788 M 0 344788
0 atlete1.jpg 1243 1213 N 1375662 264766 product 344788 M 0 344788
0 atlete1.jpg 1243 1213 N 1375663 264767 product 344788 M 0 344788
0 black2.jpg 1243 1230 N 1377001 264918 product 344535 M 0 344535
0 black2.jpg 1243 1230 N 1377002 264919 product 344535 M 0 344535
0 black2.jpg 1243 1230 N 1377003 264920 product 344535 M 0 344535
0 black2.jpg 1243 1230 N 1377004 264921 product 344535 M 0 344535
0 black3.jpg 1243 1487 N 1377225 264927 product 344729 M 0 344729
0 black3.jpg 1243 1487 N 1377226 264928 product 344729 M 0 344729
0 black3.jpg 1243 1487 N 1377227 264929 product 344729 M 0 344729
0 black3.jpg 1243 1487 N 1377228 264930 product 344729 M 0 344729
0 atlete_bc4u-2n.jpg 1243 1015 N 1378493 264969 product 345018 M 0 345018
0 atlete_bc4u-2n.jpg 1243 1015 N 1378494 264970 product 345018 M 0 345018
0 atlete_bc4u-2n.jpg 1243 1015 N 1378495 264971 product 345018 M 0 345018
0 atlete_bc4u-2n.jpg 1243 1015 N 1378496 264972 product 345018 M 0 345018
0 color_green_a6ap-ma.jpg 1243 1525 N 1343152 264208 product 344526 M 1 344526
0 sandalebeige.jpg 1243 1487 N 1343168 264219 product 344542 M 1 344542
0 color_green_a6ap-ma.jpg 1243 1525 N 1376550 264847 product 344526 M 1 344526
0 color_green_a6ap-ma.jpg 1243 1525 N 1376551 264848 product 344526 M 1 344526
0 color_green_a6ap-ma.jpg 1243 1525 N 1376552 264849 product 344526 M 1 344526
0 color_green_a6ap-ma.jpg 1243 1525 N 1376553 264850 product 344526 M 1 344526
0 sandalebeige.jpg 1243 1487 N 1376751 264914 product 344542 M 1 344542
0 sandalebeige.jpg 1243 1487 N 1376752 264915 product 344542 M 1 344542
0 sandalebeige.jpg 1243 1487 N 1376753 264916 product 344542 M 1 344542
0 sandalebeige.jpg 1243 1487 N 1376754 264917 product 344542 M 1 344542
0 nude2_dnsy-39.jpg 1243 1329 N 1377130 264922 product 348593 M 1 348593
0 kepucepink_vi8w-7y_xj3o-x4.jpg 1243 1120 N 1377299 264935 product 348603 M 1 348603
0 kepucebeige_ycuz-df_cvgk-qe.jpg 1243 1241 N 1377845 264954 product 348620 M 1 348620
0 kepuce_3_y8qy-hm_cfts-rk.jpg 1243 1215 N 1378717 264977 product 348839 M 1 348839
0 black1.jpg 1236 1226 N 1340499 263720 product 344529 M 2 344529
0 122_smtp-ic.jpg 1243 1511 N 1376613 264855 product 348575 M 2 348575
0 white1_woai-gk_grd5-sk.jpg 1243 1212 N 1376755 264909 product 348587 M 2 348587
0 black1.jpg 1236 1226 N 1377571 264936 product 344529 M 2 344529
0 black1.jpg 1236 1226 N 1377572 264937 product 344529 M 2 344529
0 black1.jpg 1236 1226 N 1377573 264938 product 344529 M 2 344529
0 black1.jpg 1236 1226 N 1377574 264939 product 344529 M 2 344529
0 blue_u7cf-ic_t3yk-0b.jpg 1243 768 N 1377615 264940 product 348605 M 3 348605
0 pink_hkyi-22_ptsh-fu.jpg 1243 913 N 1377710 264945 product 348610 M 3 348610
0 beige_08c0-11_kb2k-kq.jpg 1209 910 N 1378063 264955 product 348623 M 3 348623