INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '700c83169ce71f73a9be5beb95d42d048e3ea1303e813d49cf8450c0b457088f', 
    'Ec22wJtepRDbTXPnBTVJd2iyBX7nd17I7hUeoQlXkqQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00052

Result

int(1)