SELECT 
  vi_images.*, 
  vi_images_links.*, 
  vi_common_descriptions.description AS alt, 
  vi_images.image_id AS images_image_id 
FROM 
  vi_images_links 
  LEFT JOIN vi_images ON vi_images_links.image_id = vi_images.image_id 
  LEFT JOIN vi_common_descriptions ON vi_common_descriptions.object_id = vi_images.image_id 
  AND vi_common_descriptions.object_holder = 'images' 
  AND vi_common_descriptions.lang_code = 'pt' 
WHERE 
  vi_images_links.object_type = 'blog' 
  AND vi_images_links.type = 'M' 
  AND vi_images_links.object_id IN (41, 42, 43, 44, 45, 46, 47, 8) 
ORDER BY 
  vi_images_links.position, 
  vi_images_links.pair_id

Query time 0.00078

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "vi_images_links.position, vi_images_links.pair_id",
            "table": {
              "table_name": "vi_images_links",
              "access_type": "range",
              "possible_keys": ["object_id"],
              "key": "object_id",
              "key_length": "81",
              "used_key_parts": ["object_id", "object_type", "type"],
              "rows": 9,
              "filtered": 100,
              "index_condition": "vi_images_links.object_type = 'blog' and vi_images_links.`type` = 'M' and vi_images_links.object_id in (41,42,43,44,45,46,47,8)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "vi_images",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["image_id"],
          "ref": ["devvipiriscom.vi_images_links.image_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "vi_common_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "108",
          "used_key_parts": ["object_id", "lang_code", "object_holder"],
          "ref": ["devvipiriscom.vi_images.image_id", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(vi_common_descriptions.object_holder = 'images' and vi_common_descriptions.lang_code = 'pt' and trigcond(vi_images.image_id is not null))"
        }
      }
    ]
  }
}

Result

image_id image_path image_x image_y is_high_res transparent pair_id object_id object_type detailed_id type position alt images_image_id
1074 1.png 894 305 N N 953 8 blog 0 M 0 1074
1074 1.png 894 305 N N 1053 8 blog 0 M 0 1074
8978 blog-image-44.jpg 871 580 N N 3657 41 blog 0 M 0 For those who love sound quality we have awesome Pioneer speakers! (Демо) 8978
8979 blog-image-45.jpg 871 580 N N 3658 42 blog 0 M 0 For those who love sound quality we have awesome Pioneer speakers! (Демо) 8979
8980 blog-image-46.jpg 871 580 N N 3659 43 blog 0 M 0 New arrivals of Nintendo Wii games! (Демо) 8980
8981 blog-image-47.jpg 871 580 N N 3660 44 blog 0 M 0 Only in our store! Famous American WeatherMaster tents! (Демо) 8981
8982 blog-image-48.jpg 871 580 N N 3661 45 blog 0 M 0 We got the best tracks of legendary B.B.King (Демо) 8982
8983 blog-image-49.jpg 871 580 N N 3662 46 blog 0 M 0 Looking for a keypad Nokia phone and can't find one? We still have them! (Демо) 8983
8984 blog-image-50.jpg 871 580 N N 3663 47 blog 0 M 0 Afraid of zombies? Preparing for apocalypse? (Демо) 8984