INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6ded9687e092152bd1feb1f75caaccc1317463b2996be3b018c23790e6f8eb35', 
    'ywTLVtnIN2EYkU90/Cr0O7npo/fqpYqxJywBzgQPuZM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)