This does not look like request at all. It rather looks like string descriptor data returned (by your device ?).
The first byte is the overall length (0x1A = 26 bytes which is exactly the length of the whole data block), the second byte is the descriptor type (0x3 = string descriptor), followed by the string in Unicode (2 bytes per character where the upper byte is zero for any
character of the ASCII character set).