INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7f9d0ec3726c2ae9d095efeceb03c039e2ba13940422e07d6cae75ddfe8b1bbe', 
    'aQlvnVS+49r16RFP9Xb2iB7H+ZjEwlW+KGy5I9XxCb8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)